From 7200ac8e566e1c7c2d7ffb8722eb2e3ee2fd1da2 Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Wed, 13 Apr 2016 12:46:01 -0700 Subject: [PATCH] Fix label css test The default font size of 10pt will now properly render as 13.33px, but we shouldn't use the default anyway as that can be controlled by user settings --- testsuite/css/style/label.css | 1 + testsuite/css/style/label.nodes | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/css/style/label.css b/testsuite/css/style/label.css index 5d38bf25d3..7549e882c8 100644 --- a/testsuite/css/style/label.css +++ b/testsuite/css/style/label.css @@ -1,3 +1,4 @@ box { font: "Comic Sans"; + font-size: 10px; } diff --git a/testsuite/css/style/label.nodes b/testsuite/css/style/label.nodes index 2868714cc4..0d91211b40 100644 --- a/testsuite/css/style/label.nodes +++ b/testsuite/css/style/label.nodes @@ -1,7 +1,7 @@ [window.background:dir(ltr)] decoration:dir(ltr) box.horizontal:dir(ltr) - font-size: 10px; /* label.css:2:20 */ + font-size: 10px; /* label.css:3:17 */ font-family: "\"Comic Sans\""; /* label.css:2:20 */ font-style: normal; /* label.css:2:20 */ font-variant: normal; /* label.css:2:20 */ -- 2.30.2